﻿.container {
  /*max-width: 960px;*/
}

.row-eq-height {
  display: flex;
}

.section {
  padding: 3% 0;
}
.icon.t40 {
  background: url("http://dpoint.ideoworks.id//uploads/contents/home_39.png")
    no-repeat;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th {
  font-weight: 400;
  border-bottom: 1px solid #000 !important;
  vertical-align: middle;
  border: none;
  text-align: left;
  padding: 8px;
}

td {
  border: none;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.navbar-default {
  margin-bottom: 0;
  background: #fff;
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-bottom: 3px solid #ffa207;
}

.navbar-brand {
  height: auto;
  padding: 15px 10px;
  margin: 0 8px;
}

#main-nav {
  padding-top: 15px;
}

#socmed-top {
  margin-top: 15px;
}

#socmed-top li a {
  padding: 0 10px;
}

#socmed-top .col-xs-2 span {
  margin-top: 3px;
  display: block;
}

#content {
  padding-top: 60px;
}

#footer-leads {
  /*background: #8B8A8F;*/
}

#footer-leads h4 {
  color: #f5aa2a;
  font-size: 22px;
  line-height: 1.5;
  margin: 1em 0 0.5em;
}

#footer-leads p {
  line-height: 1.5;
}

#footer-leads.hasbg {
  background-size: cover !important;
}

#footer-leads.hasbg p {
  color: #fff;
}

#footer {
  /* background: #000; */
}

#footer > .container {
  background: url("http://dpoint.ideoworks.id//uploads/contents/home_39.png")
    no-repeat;
  background-position: bottom right;
  padding-bottom: 25px;
}

#footer #socmed-btm li,
#footer #btm-nav li {
  display: inline;
}

#footer #socmed-btm li {
  margin: 0 5px;
}

#footer li a,
#footer p {
  /* color: #fff; */
  font-size: 12px;
}

#footer #btm-nav li {
  padding: 0 5px;
  border-right: 1px solid #fff;
}

#footer #btm-nav li:last-child {
  border: none;
}

#footer li .fa {
  font-size: 1.3em;
}

#footer .row {
  margin: 20px 0;
}

#footer .row .col-sm-3 {
  border-right: 1px solid #888;
}

#footer #copyright {
  font-size: 11px;
  color: #fff;
}

#form-bidding input[type="number"]::-webkit-inner-spin-button,
#form-bidding input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

#successModal {
  background: rgba(0, 0, 0, 0.45);
}

#successModal .modal-content {
  background: #ffa207;
}

#successModal .modal-header,
#successModal .modal-footer {
  border: none;
}

#successModal .modal-footer {
  text-align: center;
}

input.form-control {
  border-radius: 0;
}

.btn-default {
  background: transparent;
  color: #fff;
  border-color: #fff;
  border-radius: 0;
}

.btn-default:hover {
  color: #fff;
  background: #ffa207;
  border: 1px solid #ffa207;
}

.black {
  color: #000;
}

.white,
.white a {
  color: #fff;
}

.orange {
  color: #ffa207;
}

#backtop {
  position: fixed;
  right: 50px;
  bottom: 25px;
}

#backtop a {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

/* Homepage */

#home-banner {
  padding: 0;
  margin: 0;
}

#home-banner .slick-prev {
  left: 25px;
}

#home-banner .slick-next {
  right: 25px;
}

#home-banner .slide-banner {
  position: relative;
}

#home-banner .slick-dots {
  bottom: 3%;
}

#home-banner .slick-dots li {
  background: rgba(60, 60, 60, 0.6);
  border: 1px solid rgba(60, 60, 60, 0.6);
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

#home-banner .slick-dots li button:before {
  content: "";
}

#home-banner .slick-dots li.slick-active {
  background: #f6851d;
  border: 1px solid #f6851d;
}

#home-banner .slide-banner .slide-text {
  position: absolute;
  margin: auto;
  max-width: 940px;
  max-height: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 5rem;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  background: #000;
}

.slide-text h1 {
  text-transform: uppercase;
  position: relative;
  padding: 10px 0 20px;
  font-size: 5rem;
}

.slide-text h1:after {
  content: "";
  width: 50px;
  height: 7px;
  background: #ffa207;
  position: absolute;
  left: 0;
  bottom: 0;
}

.slide-text.text-right h1:after {
  left: initial;
  right: 0;
}

.slide-text h3 {
  line-height: 1.5;
  margin-bottom: 30px;
}

#home-banner .btn-default {
  background: #ffa207;
  color: #fff;
  border-color: #ffa207;
  border-radius: 0;
  padding: 10px 25px;
}

/*Section Microsite Home*/
.section-microsite-content {
  padding: 2% 0;
}

.section-microsite-content .container > .row {
  margin: 5% 0;
}

.section-microsite-content .simulasi-home-item {
  text-align: center;
  padding: 0;
}

.simulasi-home-item p {
  font-size: 16px;
}
.section-microsite-content .simulasi-home-item a {
  display: block;
  padding: 20% 0;
  background: #f6f6f6;
  transition: 0.3s ease all;
  color: #565656;
  height: 235px;
}
.section-microsite-content .simulasi-home-item a:hover {
  background: #d8d8d8;
  text-decoration: none;
}

.section-microsite-content .simulasi-home-image {
  height: 110px;
  position: relative;
}

.section-microsite-content .simulasi-home-image img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 120px;
  width: 100%;
}

.section-microsite-content #goto-simulasi {
  padding: 42.5% 0;
  background: #f5841e;
  color: #fff;
  font-size: 18px;
}

.section-microsite-content-2-col {
  padding: 2% 0;
}
/*End Section Microsite Home*/

#simulasi-col,
#usp {
  padding: 2% 0;
}

#simulasi-col .container > .row {
  margin: 5% 0;
}

#simulasi-col .simulasi-home-item {
  text-align: center;
  padding: 0;
}

.simulasi-home-item p {
  font-size: 16px;
}

#simulasi-col .simulasi-home-item a {
  display: block;
  padding: 20% 0;
  background: #f6f6f6;
  transition: 0.3s ease all;
  color: #565656;
  height: 235px;
}

#simulasi-col .simulasi-home-item a:hover {
  background: #d8d8d8;
  text-decoration: none;
}

#simulasi-col .simulasi-home-image {
  height: 110px;
  position: relative;
}

#simulasi-col .simulasi-home-image img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 120px;
  width: 100%;
}

#simulasi-col #goto-simulasi {
  padding: 42.5% 0;
  background: #f5841e;
  color: #fff;
  font-size: 18px;
}

#dpoin-home-video {
  /*background: #D8D8D8;*/
  /*background-size: cover !important;*/
}

#dpoin-home-video .content {
  margin-bottom: 20px;
}

#dpoin-home-video .section-heading {
  margin-bottom: 20px;
}

#dpoin-home-video .section-heading h2 {
  padding: 10px 0 20px;
  margin: 0;
}

#dpoin-home-video .section-heading h2:after {
  content: "";
  width: 50px;
  height: 7px;
  background: #ffa207;
  position: absolute;
  left: 0;
  bottom: 0;
}

#usp-slide {
  margin: 30px 0;
}

#usp-slide .slick-prev {
  left: 0;
}

#usp-slide .slick-next {
  right: 0;
}

#usp-slide .usp-slide-item {
  background: rgba(0, 0, 0, 0.3);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-align: center;
  min-height: 310px;
  position: relative;
}

#usp-slide .usp-slide-item .usp-slide-overlay {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* color: #F5AA2A; */
  color: #fff;
  height: 90px;
  transition: 0.3s ease all;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

#usp-slide .usp-slide-item .usp-slide-overlay p {
  font-size: 18px;
}

#usp-slide .usp-slide-item .usp-slide-overlay h4 {
  font-size: 26px;
  opacity: 0;
  transition: 0.3s ease all;
}

#usp-slide .usp-slide-item:hover .usp-slide-overlay {
  padding: 11rem 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#usp-slide .usp-slide-item:hover h4 {
  opacity: 1;
}

#testimonial {
  background: #f5f5f5;
  background-size: cover !important;
  background-repeat: no-repeat;
}

#testimonial.hasbg .section-heading h2 {
  color: #f8aa28;
}

#testimonial-slide {
  margin: 30px 0;
}

#testimonial-slide .slick-prev {
  left: -5%;
}

#testimonial-slide .slick-next {
  right: -5%;
}

.testimonial-slide-item {
  margin: 0;
}

.testimonial-slide-item > .row {
  margin: 0;
  background: #fff;
  min-height: 220px;
}

#testimonial-slide .testimonial-text {
  padding: 20px;
  min-height: 243px;
}

#testimonial-slide .testimonial-text h3 {
  color: #f8aa28;
}

#testimonial-slide .testimonial-photo {
  padding: 0;
}

.testimonial-slide-item img {
  margin-top: 0;
}

#testimonial .slick-dots li {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

#testimonial .slick-dots li button:before {
  content: "";
}

#testimonial .slick-dots li.slick-active {
  background: #f6851d;
  border: 1px solid #f6851d;
}

.section-heading {
  margin-bottom: 5rem;
}

.section-heading h2 {
  font-size: 4rem;
  position: relative;
}

.section-heading h3 {
  margin: 10px 0;
  color: #f5841e;
}

/* Single Page Content */

#header-banner {
  background-size: cover !important;
  min-height: 45rem;
}

#header-banner #header-text {
  max-width: 490px;
  margin: 7rem 0;
}

#header-banner.inverted #header-text {
  color: #000;
}

#header-banner #header-text h1 {
  text-transform: uppercase;
  position: relative;
  padding: 10px 0 20px;
  font-size: 4.5rem;
}

#header-banner #header-text h1:after {
  content: "";
  width: 50px;
  height: 7px;
  background: #ffa207;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content-header {
  margin-bottom: 5rem;
}

.content-header h2,
.content-header h4 {
  text-transform: uppercase;
}

.content-header h4 {
  color: #f5841e;
}

.promo-event-single em {
  font-style: italic;
}

.promo-event-single img {
  width: 100%;
  display: block;
}

.promo-event-single ul {
  list-style-type: disc;
  padding-left: 20px;
}

.promo-event-single ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.promo-event-single li {
  padding-left: 8px;
}

/* Promo Event List Page */

#filter-promo-event {
  margin-bottom: 40px;
}

#filter-promo-event li {
  display: inline;
}

#filter-promo-event li a {
  padding: 5px 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

#filter-promo-event li a:hover,
#filter-promo-event li a:focus,
#filter-promo-event li a:visited {
  text-decoration: none;
}

#filter-promo-event li a.active {
  border-bottom: 2px solid #f5841e;
}

.promo-event-item {
  position: relative;
  margin-bottom: 30px;
}

.promo-event-item a {
  position: relative;
  display: block;
}

.promo-event-item a > .promo-event-title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease all;
  color: #fff;
  padding: 5% 15px 0;
}

.promo-event-item a:hover > .promo-event-title {
  opacity: 1;
}

.promo-event-tag {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
}

.promo-event-tag .category {
  border: 1px solid #fff;
  padding: 5px 15px;
  color: #fff;
}

.promo-event-tag a {
  color: #fff;
}

/* SIMULASI */

#simulasi-page {
  background: #efefef;
}

#sim-header {
  padding: 0 15px;
  text-transform: uppercase;
}

#accordion .panel-heading {
  background: #fff;
  cursor: pointer;
}

.panel-title {
  text-transform: uppercase;
}

.panel-title a {
  position: relative;
}

.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus {
  text-decoration: none;
}

.panel-title a:after {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.3s ease all;
}

.panel-title a[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.panel-head-img {
  width: 30px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}

.panel-head-img img {
  max-width: 40px;
  max-height: 35px;
  margin: -10px auto 0;
}

.sim-prod-item {
  background: #39393b;
  text-align: center;
  padding: 20px 10px;
  position: relative;
}

.sim-prod-item .gift-item-price {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  transition: 0.3s ease all;
}

.sim-prod-item .gift-item-price p {
  opacity: 0;
  transition: 0.3s ease all;
  color: #fff;
}

.sim-prod-item.active {
  background: #f5841e;
}

.sim-prod-item.active:hover .gift-item-price {
  padding: 10px;
  height: 100%;
}

.sim-prod-item.active:hover .gift-item-price p {
  opacity: 1;
}

.sim-prod-item .sim-prod-img {
  height: 75px;
  position: relative;
}

.sim-prod-item a {
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.sim-prod-item a:hover {
  text-decoration: none;
}

.sim-prod-item.active a {
  pointer-events: auto;
  cursor: pointer;
}

.sim-prod-item .sim-prod-img img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sim-prod-item h4 {
  min-height: 40px;
  color: #fff;
}

.sim-prod-item p {
  color: #fff;
}

.sim-prod-item > p {
  display: none;
}

#accordion .panel-body {
  padding-left: 5rem;
  background: #f6f6f6;
  border: none;
}

#simulasi-wrapper {
  padding: 10px;
  background: #d8d8d8;
}

#simulasi-wrapper .input-total {
  position: relative;
}

#simulasi-wrapper .input-total input {
  padding-left: 35px;
}

#simulasi-wrapper .input-total span.label-rp {
  position: absolute;
  left: 8px;
  bottom: 8px;
}

.sim-desc {
  margin-top: 10px;
}

#sim-prod .container > p.text-center {
  font-size: 18px;
}

#summary h2 {
  color: #f5841e;
  text-transform: uppercase;
}

#redeem-col {
  margin: 20px 0;
}

#disclaimer {
  background: #d2d2d2;
}

#disclaimer .container {
  margin-bottom: 20px;
}

#disclaimer h3 {
  color: #f5841e;
}

/* Bidding Point */

/*#header-banner.bidding #header-text{
	color: #565656;
}*/

#countdown .col-xs-3 {
  position: relative;
}

#countdown .col-xs-3:after {
  content: ":";
  position: absolute;
  right: -5px;
  bottom: 15px;
  height: 50px;
  font-size: 2.5em;
}

#countdown .col-xs-3:last-child:after {
  content: "";
}

#countdown span.indicator {
  display: block;
  background: #888;
  color: #fff;
  font-size: 2.5em;
  padding: 10px 0;
}

.section.bidding {
  background-size: cover !important;
}

#demo:after {
  display: none;
}

.section.bidding h3 {
  text-transform: uppercase;
  position: relative;
  padding: 10px 0 20px;
  font-size: 3.5rem;
}

.section.bidding h3:after {
  content: "";
  width: 50px;
  height: 7px;
  background: #ffa207;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section.bidding ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
  margin: 0 6px 0 17px;
}

.section.bidding ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.3s ease all;
}

/* About Us */

.section.about {
  background-size: cover !important;
  background-position: center !important;
}

.section.about.centered.video {
  padding: 10rem 0;
}

.section.about.centered .text-col {
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}

.section.about.centered.video .text-col .content {
}

.section.about.video .col-sm-6 {
  position: relative;
}

.section.about.video .col-sm-6 .video-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 95%;
}

.section.about.centered .text-col h2 {
  margin-bottom: 30px;
  color: #ffa207;
  font-size: 3.5rem;
}

.section.about:not(.centered) h3 {
  text-transform: uppercase;
  position: relative;
  padding: 10px 0 20px;
  font-size: 3.5rem;
}

.section.about:not(.centered) h3:after {
  content: "";
  width: 50px;
  height: 7px;
  background: #ffa207;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section.about ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
  margin: 0 6px 0 0;
}

.section.about ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.3s ease all;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 320px) {
}

/* Mobile Horizontal */
@media (min-width: 320px) and (max-width: 767px) {
  .row-eq-height {
    display: block;
  }

  .navbar-brand > img {
    max-height: 30px;
  }

  #socmed-top > .row {
    margin: 0;
  }

  #socmed-top {
    padding: 0 15px;
  }

  #socmed-top li {
    display: inline-block;
  }

  #home-banner .slick-arrow {
    background: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
  }

  #home-banner .slick-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #home-banner .slick-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 3.5rem;
  }

  #simulasi-col #goto-simulasi {
    padding: 28% 0;
  }

  #footer .row .col-sm-3 {
    border: none;
    margin-bottom: 30px;
  }
  /*add css*/
  .slide-text h1 {
    font-size: 3rem;
  }
  #home-banner .slide-banner .slide-text {
    left: 0;
    padding: 0 20px;
  }
  #home-banner .slide-banner .slide-text .content > h3 {
    font-size: 1.8rem;
  }

  #simulasi-col .simulasi-home-item {
    height: 145px;
  }

  #simulasi-col .simulasi-home-item a {
    padding: 8% 0;
    height: 145px;
  }
  #simulasi-col #goto-simulasi {
    padding: 0;
    height: 145px;
    line-height: 9;
  }

  #testimonial-slide .slick-prev {
    left: 0;
  }

  #testimonial-slide .slick-next {
    right: 0;
  }

  .section-heading {
    margin-bottom: 2.5rem;
  }

  #simulasi-col .simulasi-home-image {
    height: 70px;
  }

  #simulasi-col .simulasi-home-image img {
    max-width: 75px;
  }

  #dpoin-home-video .section-heading h2 {
    text-align: center;
  }

  #dpoin-home-video .content {
    line-height: 25px;
    margin: 20px 0;
  }

  #dpoin-home-video .col-sm-6 > p {
    text-align: center;
  }

  #dpoin-home-video a {
    padding: 20px 40px;
  }
  #usp-slide .usp-slide-item {
    min-height: 200px;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 3rem;
  }
  #testimonial-slide {
    margin: 40px 0;
  }

  #footer-leads.hasbg {
    padding-bottom: 30px;
  }
  #footer-leads h4 {
    margin: 1em 0 1em;
  }

  #footer-leads.hasbg p {
    line-height: 20px;
    margin-bottom: 30px;
  }

  #footer .row {
    text-align: center;
  }

  #footer #socmed-btm li,
  #footer #btm-nav li {
    padding: 5px;
  }
  #footer #copyright {
    margin-bottom: 20%;
  }

  #usp-slide .usp-slide-item .usp-slide-overlay {
    padding: 6rem 0 0 !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }

  #usp-slide .usp-slide-item .usp-slide-overlay h4 {
    opacity: 1;
  }

  .section.about.image {
    padding-bottom: 70%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 61% -84px !important;
  }

  .simulasi-home-item p {
    height: 45px;
  }

  #goto-simulasi p {
    height: auto;
  }

  #demo {
    margin-top: 25rem;
  }

  #header-banner #header-text h1 {
    font-size: 3rem;
  }

  .section.about h2,
  .section.about h3 {
    font-size: 2.5rem !important;
  }

  .section.about.video .col-sm-6 .video-wrap {
    position: relative;
    max-width: 100%;
  }
  #accordion .panel-body {
    padding-left: 15px;
  }
  .promo-event-item a > .promo-event-title h3 {
    font-size: 16px;
  }

  #header-banner {
    min-height: 35rem;
  }
}
/* Tablet Big Screen */
@media (min-width: 768px) and (max-width: 991px) {
  .promo-event-item a > .promo-event-title h3 {
    font-size: 20px;
  }
}
/* Desktop Small Screen */
@media (min-width: 992px) and (max-width: 1200px) {
}
/* Desktop Large Screen */
@media (min-width: 1200px) {
}
@media (min-width: 1440px) {
}
